home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / m_delete < prev    next >
Text File  |  2001-04-06  |  396b  |  13 lines

  1. SYNOPSIS
  2.         mapping m_delete(mapping map, mixed key)
  3.  
  4. DESCRIPTION
  5.         Remove the entry with index 'key' from mapping 'map'. The
  6.         changed mapping 'map' is also returned as result.
  7.         If the mapping does not have an        entry with index 'key',
  8.         nothing is changed.
  9.  
  10. SEE ALSO
  11.         mappingp(E), mkmapping(E), m_indices(E), m_values(E),
  12.         sizeof(E), widthof(E)
  13.